public void SetDataSeries( NKeyValuePair<IEnumerable,string>[] enumerable2DataSeries, ENDataPointsUpdateMode updateMode )
Parameters
- enumerable2DataSeries
- array of [IEnumerable;string] pairs, where the IEnumerable represents the values to import, and the string is the the name of the data points property to which to set the imported values (for example: Value, XValue, Label etc.)
- updateMode
- specifies the way in which the collection is updated to accomodate the new values